Spread Windows Forms 12.0 Product Documentation
Range Property (ActionResult<T>)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ActionResult<T> Structure : Range Property
Gets the corresponding range of the action.
Syntax
'Declaration
 
Public ReadOnly Property Range As Reference
'Usage
 
Dim instance As ActionResult(Of T)
Dim value As Reference
 
value = instance.Range
public Reference Range {get;}

Property Value

The corresponding range of the action.
See Also

Reference

ActionResult<T> Structure
ActionResult<T> Members